home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1701_800 / DISK1713 / DISK1713.ZIP / SHOW.DOC < prev    next >
Text File  |  1990-04-11  |  1KB  |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                     S H O W
  8.  
  9.  
  10.                            A Screen Builder Utility
  11.  
  12.  
  13.           Program and Documentation Copyright (c) 1990 by Tony Martin
  14.                    1611 Harvest Green Ct.  Reston, VA  22094
  15.  
  16.  
  17.  
  18.  
  19.     -----------------------------------------------------------------------
  20.  
  21.  
  22.     SHOW  is  a  quick  utility  included  for the convenience of the QBSCR
  23.     programmer.  Show will quickly display any Screen Builder  screen  file
  24.     on your monitor and wait for you to hit a key.
  25.  
  26.     Show  accepts a Screen Builder file name from the command line.  If you
  27.     had a file created with Screen Builder  called  MYFILE.SCR,  you  could
  28.     instantly display it with the command:
  29.  
  30.                                 SHOW MYFILE.SCR
  31.  
  32.     If  you forget to enter the filename, Show will remind that you need to
  33.     do this.
  34.  
  35.     The  picture will remain on the screen until a key is pressed.  The DOS
  36.     prompt will once again show its ubiquitous face.
  37.  
  38.     That's all there is to it!  SHOW was written in C for speed  and  small
  39.     size.   The  executable  is  less than 10K in size.  A program with the
  40.     same functionality written in QuickBASIC weighed in at about 31K.
  41.  
  42.     If you have any questions about SHOW or any other BAD SOFTWARE product,
  43.     feel free to write me at the address at the top of this document.
  44.  
  45.